* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
fieldset, iframe, img {
    border: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}
audio, canvas, video, progress {
    display: inline-block;
    vertical-align: baseline
}
button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}
button:disabled {
    cursor: default
}
audio:not([controls]) {
    display: none
}
input {
    font-family: '微软雅黑'
}
input[type="text"], input[type="tel"], input[type="button"], input[type="reset"], input[type="email"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Microsoft YaHei'
}
body {
    font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
    color: #555;
}
a, a:link, a:visited {
    text-decoration: none;
    display: block;
}
a:active {
    text-decoration: none
}
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
a:hover {
    text-decoration: none
}
ul, li {
    list-style: none
}
img {
    display: block;
    max-width: 100%;
    border: none;
}
b, strong {
    font-weight: 700
}
::selection {
    color: #ffffff;
    background: #222;
}

::-moz-selection {
 color:#ffffff;
 background: rgba(0,0,0,.2);
}

::-webkit-scrollbar {
 width: 6px;
 background-color: #333;
}



::-webkit-scrollbar:hover {
 background-color: transparent;
}



::-webkit-scrollbar-thumb {
 cursor:pointer;
 background-color: #222;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
 display: none;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.center {
    max-width: 1200px;
    margin: auto;
}
.clear {
    clear: both
}
html, body {
    height: 100%;
    width: 100%
}
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/

.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    display: none;
    position: relative;
    z-index: 10
}
.sp_logo {
    padding: 10px;
    float: left;
}
.sp_logo img {
    margin: auto;
    height: 30px;
}
.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}
.sp_nav span {
    display: block;
    background: #b4040d;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
    top: 0px
}
.sp_nav span:nth-of-type(2) {
    top: 10px
}
.sp_nav span:nth-of-type(3) {
    top: 20px
}
.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
    width: 0
}
.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}
.yd_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #b4040d;
    box-shadow: 0 2px 5px rgba(0,0,0,0.6);
    z-index: 99;
    padding: 5px 0;
    border-top: 2px #fff solid;
    height: 54px;
    overflow: hidden;
    display: none
}
.yd_nav ul {
    overflow: hidden;
}
.yd_nav ul li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    border-right: 1px rgba(255,255,255,0.1) solid;
    line-height: 16px
}
.yd_nav ul li:last-child {
    border-right: 0
}
.yd_nav ul li svg {
    width: 23px;
    height: 23px;
    fill: #fff
}
.yd_nav ul li h1 {
    font-size: 12px;
    color: #eee
}
.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}
.nav_show {
    top: 50px
}
.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}
.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}
.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}
.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}
.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}
.sjj_nav>ul >li:last-child {
    border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
    display: none
}
.sjj_nav ul li a {
    color: #666;
    width: 80%
}
.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}
.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #b4040d
}
.sjj_nav ul li ul li>ul {
    margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/

.head {
    overflow: hidden;
    background: #efefef;
    color: #444;
    font-size: 14px
}
.head .yy {
    float: left;
    line-height: 40px
}
.head .tel {
    float: right;
    line-height: 40px;
    background: url(../images/index_03.jpg) no-repeat left center;
    padding-left: 30px
}
.head .tel span {
    font-size: 24px;
    color: #b4040d;
    font-weight: bold;
}
.header {
    overflow: hidden;
}
.header .logo {
    float: left;
    padding: 12px 0
}
.header .kjdh {
    float: right;
}
.header .kjdh a {
    float: left;
    margin-left: 40px;
    padding-top: 30px
}
.header .kjdh a:last-child {
    padding-top: 14px
}
.nav {
    width: 100%;
    background: #636363;
    border-bottom: 2px #fff solid;
    height: 50px;
    text-align: center
}
.nav ul li {
    padding: 15px 0px;
    display: inline-table;
    font-size: 16px;
    margin-left: -3px;
    position: relative;
}
.nav ul li:last-child {
    border: 0
}
.nav ul li a {
    color: #fff;
    border-right: 1px #898989 solid;
    line-height: 1;
    padding: 0 30px
}
.nav ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #858585;
    margin-top: 6px
}
.nav ul li:hover {
    background: #b4040d
}
.gg {
    background: #efefef;
    padding: 20px 0
}
.marquee1 {
    width: 250px;
    height: 45px;
    overflow: hidden;
    margin: auto;
    background: url(../images/index_24.jpg) no-repeat left center;
    padding-left: 60px
}
.marquee1 ul li {
    line-height: 40px;
    color: #444;
}
.index_hqlw .bt {
    text-align: center;
    background: url(../images/index_hqlw_bt.jpg) no-repeat center center;
    font-size: 40px;
    color: #444;
    line-height: 1;
}
.index_hqlw {
    margin-top: 50px
}
.marquee2 {
    overflow: hidden;
    width: 100%;
}
.index_hqlw ul {
    margin-top: 40px;
    height: 200px;
    overflow: hidden;
}
.index_hqlw ul li {
    float: left;
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
    color: #444;
    font-size: 16px;
    padding: 10px;
    transition: all ease 0.35s
}
.index_hqlw ul li img {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    border: 5px #cccccc solid;
    transition: all ease 0.35s
}
.index_hqlw ul li p {
    color: #444;
    margin-top: 10px
}
.index_hqlw ul li:hover img {
    border: 5px #333 solid;
    transform: rotateY(180deg);
}
.index_hqlw ul li:hover {
    background: #f3f3f3;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.35)
}
.gengduo a {
    width: 150px;
    text-align: center;
    border-radius: 6px;
    background: #b4040d;
    color: #fff;
    line-height: 40px;
    margin: auto;
    border: 1px #fff solid;
}
.gengduo a:hover {
    background: #fff;
    color: #b4040d;
    border: 1px #b4040d solid;
}
.index_mfcp {
    background: url(../images/index_32.jpg) no-repeat center top;
    height: 487px;
    margin-top: 50px;
    padding: 50px 0
}
.index_bt {
    height: 50px;
    border-bottom: 1px rgba(255,255,255,0.3) solid;
}
.bt_con {
    padding-left: 30px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: relative;
    float: left;
}
.index_mfcp .bt_con {
    background: url(../images/bt_con_ico.png) no-repeat left center;
}
.bt_con:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    background: #b4040d;
    width: 100%;
    height: 3px;
}
.index_bt .bt_yy {
    float: right;
    line-height: 50px;
    color: #adadad;
    font-size: 18px
}
.index_mfcp form {
    overflow: hidden;
    width: 600px;
    margin: auto;
    margin-top: 40px
}
.index_mfcp form select {
    width: 280px;
    float: left;
    border-radius: 6px;
    line-height: 50px;
    background: #fff;
    color: #444;
    padding: 15px 10px;
    border: 0;
    margin: 10px;
}
.index_mfcp form select option {
    padding: 10px 0
}
.index_mfcp form input {
    width: 280px;
    float: left;
    border-radius: 6px;
    line-height: 50px;
    background: #fff;
    color: #444;
    border: 0;
    margin: 10px;
    padding: 0 10px
}
.index_mfcp .tj {
    width: 580px;
    background: #b4040d;
    color: #fff
}
.index_rm {
    margin-top: 50px
}
.index_rm .bt_con {
    background: url(../images/index_35.jpg) no-repeat left center;
    color: #444
}
.index_rm dl {
    overflow: hidden;
    margin-left: -20px;
    margin-top: 40px
}
.index_rm dl dd {
    float: left;
    width: calc(100% / 5 - 20px);
    margin-left: 20px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px #b4040d solid;
}
.marquee3 {
    background: #f1f1f1;
    height: 212px;
    overflow: hidden;
}
.index_rm dl dd ul li {
    overflow: hidden;
    padding: 6px 10px;
    border-bottom: 1px #ddd solid;
    transition: all ease 0.35s
}
.index_rm dl dd ul li a {
    float: left;
    font-size: 16px;
    color: #444
}
.index_rm dl dd ul li a:last-child {
    float: right;
    color: #666;
}
.index_rm dl dd:nth-of-type(odd) .marquee3 ul li:nth-of-type(odd) {
    background: #dcd9d9
}
.index_rm dl dd:nth-of-type(even) .marquee3 ul li:nth-of-type(even) {
    background: #dcd9d9
}
.index_rm dl dd ul li:hover {
    background: #b4040d
}
.index_rm dl dd ul li:hover a {
    color: #fff
}
.index_rm dl dd:nth-of-type(odd) .marquee3 ul li:nth-of-type(odd):hover {
    background: #b4040d
}
.index_rm dl dd:nth-of-type(even) .marquee3 ul li:nth-of-type(even):hover {
    background: #b4040d
}
.index_rm .index_bt {
    border-bottom: 1px #dddddd solid;
}
.index_about {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 20px
}
.index_about .index_about_figure {
    float: left;
    width: 620px;
    position: relative;
    padding: 56px 0;
    padding-left: 10px
}
.index_about .index_about_figure span {
    width: 10px;
    height: 190px;
    background: #b4040d;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -95px
}
.index_about .index_about_figure font {
    position: absolute;
    top: 0;
    left: 100px;
}
.index_about section {
    float: right;
    width: 580px;
    padding-left: 40px
}
.index_about section h2 {
    font-size: 26px;
    font-weight: bold;
    color: #181818;
    line-height: 1.5
}
.index_about section p {
    margin-top: 20px
}
.index_about section p a {
    display: inline-block;
    color: #b4040d
}
.index_about section .index_about_01 {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 30px
}
.index_about section .index_about_01 li {
    float: left;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #333;
    text-align: center;
}
.index_about section .index_about_01 li img {
    margin: auto;
    margin-top: 25px
}
.index_about section .index_about_01 li a {
    color: #fff
}
.index_about section .index_about_01 li:nth-of-type(odd) {
    background: #b4040d
}
.index_about section .index_about_02 ul {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 30px
}
.index_about section .index_about_02 ul span {
    font-size: 24px;
    color: #444;
    font-weight: bold;
}
.index_about section .index_about_02 ul font {
    display: block;
    text-align: center;
}
.index_liucheng {
    background: url(../images/liucheng_bg_03.jpg) no-repeat center top;
    height: 207px;
    text-align: center;
    margin-top: 50px;
}
.index_liucheng h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 20px
}
.index_liucheng .lc_con {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
}
.index_liucheng section p {
    margin-top: 10px
}
.index_liucheng main {
    height: 50px
}
.lc_con section img {
    transition: all ease 0.35s
}
.lc_con section:hover img {
    transform: rotate(360deg)
}
.index_al {
    margin-top: 50px
}
.index_al .index_bt .bt_con {
    padding-left: 0;
    color: #444;
}
.index_al .index_bt {
    border-bottom: 1px #ddd solid;
}
.index_al ul {
    overflow: hidden;
    margin-top: 30px
}
.index_al ul li {
    float: left;
    width: 240px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px
}
.index_al ul li main {
    background: #e3e3e3;
    padding: 20px;
    text-align: center;
    transition: all ease 0.35s
}
.index_al ul li main figcaption {
    font-size: 18px;
    color: #444;
    font-weight: bold;
}
.index_al ul li main section {
    color: #666
}
.index_al ul li:hover main {
    background: #2a2a2a
}
.index_al ul li:hover main figcaption {
    color: #fff;
}
.index_al ul li:hover main section {
    color: #fff;
}
.marquee4 {
    overflow: hidden;
    width: 100%;
    height: 267px
}
.index_al .gengduo {
    margin-top: 20px
}
.index_ll {
    overflow: hidden;
    margin-top: 50px
}
.index_ll .index_bt .bt_con {
    padding-left: 0;
    color: #444;
}
.index_ll .index_bt {
    border-bottom: 1px #ddd solid;
}
.index_ll .left {
    float: left;
    width: 730px;
    margin-right: 30px
}
.index_ll .right {
    float: left;
    width: 440px;
}
.index_ll .left ul {
    margin-top: 10px
}
.index_ll .left ul li {
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px #ddd solid;
}
.index_ll .left ul li figure {
    float: left;
    width: 220px;
    overflow: hidden;
    border-radius: 10px;
    height: 125px
}
.index_ll .left ul li main {
    width: 490px;
    margin-left: 20px;
    float: left;
}
.index_ll .left ul li main hgroup {
    font-size: 18px;
    color: #444;
    font-weight: bold;
}
.index_ll .left ul li main section {
    color: #666
}
.index_ll .left ul li main time {
    float: right;
    color: #999;
    margin-top: 10px;
    background: url(../images/index_news_ico_05.jpg) no-repeat left center;
    padding-left: 20px
}
.index_ll .left ul li:hover main hgroup {
    color: #b4040d
}
.index_ll .left ul li:hover {
    border-bottom: 1px #aaa solid;
}
.index_news_gd {
    float: right;
    margin-top: 30px
}
.index_ll .right ul {
    width: 100%;
    height: 418px;
    position: relative;
    margin-top: 20px
}
.index_ll .right ul li {
    position: absolute;
    margin-top: 10px;
}
.index_ll .right ul li:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 173px
}
.index_ll .right ul li:nth-of-type(2) {
    top: 0;
    right: 0;
    width: 256px
}
.index_ll .right ul li:nth-of-type(3) {
    bottom: 0;
    left: 0;
    width: 256px
}
.index_ll .right ul li:nth-of-type(4) {
    bottom: 0;
    right: 0;
    width: 173px
}
.index_ll .right ul li main {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index_fq_05.png) no-repeat left 20px top 20px, url(../images/index_fq_07.png) no-repeat right 20px top 20px, url(../images/index_fq_15.png) no-repeat left 20px bottom 20px, url(../images/index_fq_16.png) no-repeat right 20px bottom 20px, rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all ease 0.35s;
    transform: scale(0);
}
.index_ll .right ul li:hover main {
    transform: scale(1);
}
.footer {
    background: url(../images/index_78.jpg) no-repeat center top;
    margin-top: 50px;
    overflow: hidden;
    padding: 40px 0
}
.footer section {
    float: left;
    width: 525px;
    padding: 0 75px;
    border-right: 1px rgba(255,255,255,0.2) solid;
}
.footer section h2 {
    font-size: 16px;
    color: #fff;
    display: inline;
    border-bottom: 2px #b4040d solid;
    padding-bottom: 3px
}
.footer section ul {
    overflow: hidden;
    margin-left: -10px;
    margin-top: 10px
}
.footer section ul li {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
	width: 100px;
overflow: hidden;
border-radius: 3px;
}
.footer_lx {
    float: left;
    padding-left: 75px;
    width: 460px;
}
.footer_lx h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline;
    border-bottom: 2px #b4040d solid;
    padding-bottom: 3px
}
.footer_lx p {
    color: #999;
    margin-top: 10px
}
.footer_lx a { color: #aaa !important; display: inline-block; }
.footer_em {
    float: left;
    width: 120px;
    text-align: center;
    color: #fff;
    margin-left: 60px
}
.caption {
    height: 300px
}
.mbx {
    border-bottom: 1px #ddd solid;
    line-height: 40px
}
.mbx section {
    background: url(../images/about_05.jpg) no-repeat left center;
    padding-left: 20px;
    color: #444
}
.mbx section a {
    display: inline-block;
    color: #444
}
.mbx section span {
    display: inline-block;
    color: #444
}
.mbx section a:hover {
    color: #b4040d
}
.gsjj .center {
    background: url(../images/about_09.jpg) no-repeat right top;
    height: 600px;
    margin-top: 50px
}
.gsjj section {
    width: 725px;
    line-height: 30px;
    margin-top: 30px
}
.gsjj h1 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: inline-block;
    border-bottom: 3px #b4040d solid;
}
.gsjj section p {
    margin-top: 15px
}
.bbt {
    text-align: center;
}
.bbt .bt {
    background: url(../images/about_xian_04.png) no-repeat center center;
    font-size: 30px;
    color: #444;
    line-height: 1;
}
.bbt section {
    width: 760px;
    margin: auto;
    line-height: 18px;
    margin-top: 15px
}
.zzry ul {
    overflow: hidden;
    margin-top: 30px
}
.zzry ul li {
    float: left;
    width: 280px;
    margin: 10px
}
.qywh {
    background: url(../images/about_bg_03.jpg) no-repeat center top;
    height: 680px;
    margin-top: 50px;
    padding-top: 50px
}
.qywh ul {
    overflow: hidden;
    margin-top: 40px
}
.qywh ul li {
    float: left;
    width: 107px;
    overflow: hidden;
    height: 400px;
    position: relative;
    margin: 0 2px;
    background: rgba(255,255,255,0.6);
    transition: all ease 0.35s
}
.qywh .bbt .bt {
    background: url(../images/about_xian_08.png) no-repeat center center;
    color: #fff
}
.qywh ul li main {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    padding: 50px;
}
.qywh ul li hgroup {
    font-size: 18px;
    color: #444;
    width: 20px;
    margin: auto;
    padding-top: 40px
}
.qywh ul .qywh_se {
    background: rgba(180,19,39,0.6);
    width: 530px
}
.qywh ul .qywh_se hgroup {
    display: none
}
.qywh ul .qywh_se main {
    left: 0;
}
.qywh ul li main h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 20px
}
.qywh ul li main p {
    color: #fff;
    font-size: 16px
}
.tdfc {
    margin-top: 50px
}
.tdfc ul {
    overflow: hidden;
    margin-top: 20px
}
.tdfc ul li {
    float: left;
    width: 380px;
    margin: 10px
}
.bghj {
    margin-top: 50px
}
.lb_dk {
    position: relative;
    width: 100%;
    margin-top: 30px
}
.prev, .next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin-top: -22px
}
.prev {
    left: 0;
}
.next {
    right: 0px;
}
.lb_xk {
    position: relative;
    width: 95%;
    overflow: hidden;
    margin: auto;
}
.lb_xk ul {
    width: 100%
}
.lb_xk li {
    float: left;
    margin: 0 1%;
    width: 23%;
}
.news ul {
    overflow: hidden;
    margin-top: 40px
}
.news ul li {
    float: left;
    width: 380px;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.news ul li figure {
    position: relative;
}
.news ul li figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(126,0,6,0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 40px;
    opacity: 0;
    transition: all ease 0.35s;
}
.news ul li main {
    background: #f3f3f3;
    padding: 20px
}
.news ul li main time {
    font-size: 16px;
    color: #b41327;
}
.news ul li main hgroup {
    font-size: 18px;
    color: #444
}
.news ul li main p {
    color: #999
}
.news ul li:hover figure figcaption {
    opacity: 1
}
.news ul li:hover main {
    background: #444
}
.news ul li:hover main time {
    color: #fff;
}
.news ul li:hover main hgroup {
    color: #fff
}
.lwnav {
    margin-top: 50px;
}
.lwnav .center {
    background: #ededed;
    overflow: hidden;
    border-radius: 10px
}
.lwnav ul {
    padding: 20px
}
.lwnav ul li {
    display: flex;
    line-height: 40px;
    border-bottom: 1px #ddd solid;
}
.lwnav ul li dt {
    width: 100px;
    font-weight: bold;
    color: #222
}
.lwnav ul li dd {
    flex: 1
}
.lwnav ul li dd a {
    float: left;
    padding: 0 10px;
    color: #444
}
.lwnav ul li dd .lwnav_se {
    color: #b41327
}
.xt {
    background: url(../images/line1_jt.png) no-repeat left 20px center, #b3060c;
    line-height: 50px;
    padding-left: 70px;
    color: #fff;
    font-size: 16px
}
.lw {
    margin-top: 40px
}
.lw ul {
    overflow: hidden;
    margin-top: 20px
}
.lw ul li {
    float: left;
    width: 280px;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.lw ul li main {
    background: #f3f3f3;
    padding: 20px;
    padding-bottom: 0;
    border-bottom: 2px #b41327 solid;
    overflow: hidden;
}
.lw ul li main figcaption {
    font-size: 18px;
    color: #444;
    font-weight: bold;
}
.lw ul li main section {
    color: #666;
    margin-top: 8px
}
.lw ul li main h3 {
    font-size: 16px;
    color: #b41327
}
.lw ul li main button {
    float: right;
    background: url(../images/icon_lw.png) no-repeat right center;
    line-height: 30px;
    margin-right: -20px;
    width: 100px;
    text-align: center;
    color: #fff;
    margin-top: 20px
}
.lw ul li figure {
    overflow: hidden;
}
.lw ul li figure img {
    transition: all ease 0.35s
}
.lw ul li:hover figure img {
    transform: scale(1.1);
}
.lw ul li:hover main figcaption {
    color: #b41327
}
.fanye {
    text-align: center;
    margin-top: 30px;
    font-size: 12px
}
.fanye a {
    display: inline-table;
    width: 30px;
    line-height: 30px;
    color: #fff;
    background: #444;
    border-radius: 3px;
    margin: 0 5px;
}
.fanye .fanye_se {
    background: #b41327
}
.showw {
    overflow: hidden;
    margin-top: 40px
}
.show_left {
    float: left;
    width: 890px
}
.show_right {
    float: right;
    width: 270px
}
.show_right>a {
    overflow: hidden;
    border-radius: 10px
}
.lw_show {
    overflow: hidden;
}
.lw_show figure {
    float: left;
    width: 430px;
    overflow: hidden;
    border-radius: 10px 0 0 10px
}
.lw_show main {
    float: left;
    width: 460px;
    background: #f6f6f6;
    padding: 20px;
    height: 300px;
    overflow: hidden;
    border-radius: 0 10px 10px 0
}
.lw_show main hgroup {
    font-size: 22px;
    color: #b41327;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
}
.lw_show main section {
    color: #666;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    font-size: 16px;
    height: 100px;
    overflow-x: hidden;
    overflow: auto;
    display: none
}
.lw_show main h3 {
    font-size: 18px;
    border-bottom: 1px #ddd solid;
    padding: 10px 0
}
.lw_show main h3 span {
    color: #b41327;
    font-weight: bold;
}
.lw_show main .lw_show_tel {
    font-size: 18px;
    background: url(../images/lw_11.jpg) no-repeat left center;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    padding-left: 50px;
}
.lw_show main .lw_show_tel span {
    font-size: 24px;
    font-weight: bold;
}
.lw_show main a {
    float: right;
    width: 150px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #b41327;
    border-radius: 6px;
    display: block;
    margin-top: 20px;
    border: 1px #f6f6f6 solid;
}
.lw_show main a:hover {
    background: #f6f6f6;
    border: 1px #b41327 solid;
    color: #b41327
}
.show_con dl {
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 5px
}
.show_con dl dd {
    float: left;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    background: #444;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.show_con dl .show_con_se {
    background: #b41327;
}
.show_con dl .show_con_se:after {
    content: "";
    display: block;
    width: 7px;
    height: 5px;
    background: url(../images/show_sj_04.jpg);
    position: absolute;
    bottom: -5px;
    left: 50%
}
.show_con ul {
    margin-top: 10px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px;
    border: 1px #ddd solid;
    line-height: 30px;
}
.show_con ul li {
    display: none
}
.fanhui {
    overflow: hidden;
    border-radius: 6px;
    background: #dddddd;
    margin-top: 30px;
    padding: 30px 20px
}
.fanhui .fh {
    float: left;
    width: 770px;
}
.fanhui .fh a {
    color: #444
}
.fanhui .fh a:hover {
    color: #b41327
}
.fanhui .fhan {
    float: left;
    width: 80px;
    text-align: center;
    line-height: 50px;
}
.fanhui .fhan a {
    color: #444
}
.show_right .show_bt {
    line-height: 50px;
    background: #414141;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 10px
}
.rmtj .marquee2 {
    height: 200px;
    background: #f6f6f6
}
.rmtj .marquee2 ul li {
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    padding: 10px 20px;
    line-height: 1;
}
.rmtj .marquee2 ul li a {
    font-size: 16px;
    color: #444;
    width: 100%
}
.rmtj .marquee2 ul li a:last-child {
    color: #999;
    font-size: 14px;
    text-align: right;
    margin-top: 5px
}
.rmtj .marquee2 ul li:hover {
    background: #b41327
}
.rmtj .marquee2 ul li:hover a {
    color: #fff
}
.ljbmm form {
    background: #f6f6f6;
    padding: 20px
}
.ljbmm form select {
    width: 100%;
    padding: 10px;
    background: #f6f6f6;
    border: 1px #ddd solid;
    margin-top: 10px;
    border-radius: 6px
}
.ljbmm form input {
    width: 100%;
    padding: 10px;
    background: #f6f6f6;
    border: 1px #ddd solid;
    margin-top: 10px;
    border-radius: 6px
}
.ljbmm form input[type="submit"] {
    background: #b41327;
    color: #fff;
    cursor: pointer;
}
.ljbmm form input[type="submit"]:hover {
    background: #f6f6f6;
    border: 1px #b41327 solid;
    color: #b41327
}
/*---境外留学---*/

.jwlx01 {
    overflow: hidden;
}
.jwlx {
    padding: 40px 0 0px 0;
}
.title3 {
    font-size: 30px;
    color: #444;
    margin-bottom: 15px;
}
.jwlx .left {
    overflow: hidden;
}
.jwlx .left img {
    width: 100%;
    display: block;
}
.jwlx .left:hover img {
    transform: scale(1.05);
    transition: all ease 0.5s;
}
.jwlx .right dl {
    margin-bottom: 0;
}
.jwlx .right dd {
    font-size: 17px;
    color: #666;
    line-height: 55px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-left: 45px;
    background: url(../images/icon_lx_01.png) no-repeat left 15px center, #e9e9e9;
    float: left;
}
.jwlx .right dd:nth-child(2) {
    background: url(../images/icon_lx_02.png) no-repeat left 15px center, #dcf0ff;
}
.jwlx .right dd:nth-child(3) {
    background-image: url(../images/icon_lx_03.png)
}
.jwlx .right dd:nth-child(4) {
    background-image: url(../images/icon_lx_04.png)
}
.jwlx .right dd:nth-child(5) {
    background: url(../images/icon_lx_05.png) no-repeat left 15px center, #ffebe5;
}
.jwlx .right dd:nth-child(6) {
    background: url(../images/icon_lx_06.png) no-repeat left 15px center, #ffebe5;
}
.jwlx .right dd:nth-child(7) {
    background-image: url(../images/icon_lx_07.png)
}
.jwlx .right dd:nth-child(8) {
    background: url(../images/icon_lx_08.png) no-repeat left 15px center, #dcf0ff;
}
.jwlx .right dd:nth-child(9) {
    background-image: url(../images/icon_lx_09.png)
}
.jwlx .right dd:nth-child(10) {
    background-image: url(../images/icon_lx_10.png)
}
.jwlx .right dd:hover {
    background-color: #55a2e2 !important;
    color: #fff;
}
.jwlx1 ul {
    margin-top: 10px;
}
.jwlx1 li {
    margin-bottom: 20px;
}
.jwlx1 li img {
    width: 100%;
    display: block;
}
.jwlx1 li .wz {
    padding-left: 20px;
    margin-top: 5px;
}
.jwlx1 li:nth-child(2n-1) {
    padding-right: 15px;
}
.jwlx1 li:nth-child(2n) {
    padding-left: 15px;
}
.jwlx1 li h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.jwlx1 li p {
    line-height: 24px;
}
.jwlx1 li a .wz {
    color: #444;
}
.jwlx1 li .time span:nth-child(2) {
    float: right;
    text-transform: uppercase;
}
.jwlx1 li:hover .wz {
    color: #4086c0;
}
.jwlx1 li:hover h4 {
    border-bottom-color: #4086c0;
}
.zxly {
    background: url(../images/icon_zxly.png) no-repeat right bottom, url(../images/logo1.png) no-repeat right 250px bottom 230px, #f7f7f7;
    padding: 20px 40px 30px 40px;
    margin-top: 20px;
}
.zxly form {
    width: 680px
}
.zxly .ly {
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    width: 48%;
    margin: 1% 2% 1% 0;
    float: left;
    display: block;
    padding-left: 10px;
    color: #888;
}
.zxly textarea {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 10px;
    width: 98%;
    margin-top: 1%;
    height: 160px;
    color: #888;
}
.zxly .lx_bt {
    width: 150px;
    line-height: 40px;
    height: 40px;
    display: block;
    background: #b41327;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 1%;
    border: 0;
    outline: none;
    cursor: pointer;
}
.zxly .lx_bt:hover {
    background: #f6f6f6;
    border: 1px #b41327 solid;
    color: #b41327
}
.jwlx .left {
    float: left;
    width: 370px
}
.jwlx .right {
    float: left;
    width: 800px;
    margin-left: 30px
}
.jwlx02 {
    margin-top: 20px
}
.lx_news {
    overflow: hidden;
}
.lx_news li {
    float: left;
    width: 50%;
    overflow: hidden;
}
.lx_news li figure {
    float: left;
    width: 170px;
    overflow: hidden;
    border-radius: 6px 0 0 6px
}
.lx_news li main {
    float: left;
    width: calc(100% - 170px);
    padding-left: 20px
}
.lx_news li main hgroup {
    font-size: 16px;
    color: #444;
    border-bottom: 1px #ddd solid;
}
.lx_news li main section {
    color: #666;
}
.lx_news li main .sjjj {
    overflow: hidden;
    margin-top: 10px
}
.lx_news li main time {
    display: block;
    float: left;
    color: #999
}
.lx_news li main button {
    display: block;
    float: right;
    color: #999
}
.lx_news li:hover hgroup {
    color: #b41327
}
.lx_news li:hover main button {
    color: #b41327
}
.gwfq_nav {
    margin-top: 50px
}
.gwfq_nav ul {
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px
}
.gwfq_nav ul li {
    float: left;
    text-align: center;
    margin-right: 15px
}
.gwfq_nav ul li img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 3px #ddd solid;
    overflow: hidden;
}
.gwfq_nav ul li p {
    color: #444
}
.qwfq ul {
    overflow: hidden;
    margin-top: 30px
}
.qwfq ul li {
    float: left;
    margin: 10px;
    width: 280px;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}
.qwfq ul li hgroup {
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #4d4d4d;
    color: #fff;
}
.qwfq ul li:hover hgroup {
    background: #b41327
}
.sub_al {
    margin-top: 10px
}
.sub_al ul li {
    margin-top: 20px;
    width: 280px;
}
/*海外精彩*/

.hwjc {
    margin-top: 50px
}
.hwjc ul li {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}
.hwjc ul li a {
    display: flex;
}
.hwjc ul li figure {
    width: 280px;
    overflow: hidden
}
.hwjc ul li figure img {
    transition: all ease 0.35s
}
.hwjc ul li:hover figure img {
    transform: scale(1.1)
}
.hwjc ul li section {
    flex: 1;
    padding: 30px;
    background: #efefef;
    transition: all ease 0.35s
}
.hwjc ul li section hgroup {
    font-size: 24px;
    color: #333;
    overflow: hidden;
}
.hwjc ul li section hgroup span {
    font-family: 'alternate_gothic_no.2regular';
    font-size: 24px;
    color: #b41327;
    float: right;
}
.hwjc ul li section article {
    color: #555;
    margin-top: 10px
}
.hwjc ul li section button {
    color: #b41327;
    margin-top: 10px
}
.hwjc ul li:hover section {
    background: url(../images/news_hwjcbg_03.jpg) no-repeat right top, #b41327;
}
.hwjc ul li:hover section hgroup {
    color: #fff;
}
.hwjc ul li:hover section hgroup span {
    color: #fff;
}
.hwjc ul li:hover section article {
    color: #e4adb4;
}
.hwjc ul li:hover section button {
    color: #fff
}
.lxwm {
    overflow: hidden;
    margin-top: 50px
}
.lxwm section {
    width: 380px;
    float: left;
    background: #4a4a4a;
    padding: 20px;
}
.lxwm section hgroup {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px #777 solid;
}
.lxwm section p {
    color: #fff;
    margin-top: 10px
}
.lxwm section .erww {
    overflow: hidden;
    margin-top: 20px;
    padding-left: 45px;
}
.lxwm section .erww h4 {
    float: left;
    width: 115px;
    text-align: center;
    color: #fff;
    margin-right: 10px
}
.lxwm .lxdh {
    width: 820px;
    float: left;
    background: #eee;
    padding: 20px;
    height: 372px
}
.lxwm .marquee5 {
    height: 330px;
    overflow: hidden;
}
.lxwm .lxdh ul {
    overflow: hidden;
}
.lxwm .lxdh ul li {
    float: left;
    width: 240px;
    margin: 10px;
    background: #fff;
    border: 1px #ddd solid;
    text-align: center;
    height: 120px;
    position: relative;
    margin-top: 40px;
    padding-top: 60px
}
.lxwm .lxdh ul li figure {
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
}
.map {
    margin-top: 30px
}
.map #dituContent {
    width: 100%;
    height: 600px;
}
.map #dituContent img {
    max-width: none
}
.map .center {
    position: relative;
}
.xclx {
    width: 380px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1;
    color: #fff
}
.xclx dl {
    overflow: hidden
}
.xclx dl dt {
    float: left;
    width: 50%;
    line-height: 40px;
    background: #444;
    text-align: center;
    cursor: pointer
}
.xclx dl .xclx_se {
    background: #b4040d
}
.xclx ul li {
    display: none;
    padding: 20px;
}
.til {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.time {
    width: 100%;
    background: #eee;
    line-height: 40px;
    text-align: center;
    color: #666
}
.time .tm {
    display: inline-table;
}
.content {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px
}
.content img {
    margin: auto
}
.bottom {
    margin-top: 30px;
    background: #eee;
    overflow: hidden;
    line-height: 1;
    padding: 15px 20px;
    position: relative
}
.bottom a {
    color: #444;
}
.bottom a:last-child {
    position: absolute;
    top: 32px;
    right: 20px;
    display: inline-block;
}
/*--境外劳务表单---*/

.gwlw_bd {
    padding: 50px 0;
    background: #f7f7f7;
}
.gwlw_bd .top {
    font-size: 20px;
    color: #b4040d;
    background: url(../images/icon_txbd.png) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
.gwlw_bd .top span {
    color: #444;
    font-size: 16px;
}
.gwlw_bd .bd {
    border: 1px solid #e9e9e9;
    background: #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.gwlw_bd .bd .til {
    line-height: 50px;
    background: url(../images/icon_bdtitle.png) no-repeat left 20px center, #e9e9e9;
    padding-left: 60px;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: normal;
    text-align: left
}
.gwlw_bd .bd span {
    color: #EB1317;
}
.gwlw_bd .bd .ws {
    display: block;
    width: 48%;
    float: left;
    line-height: 50px;
    height: 50px;
    border: 1px solid #e9e9e9;
    padding-left: 10px;
    font-size: 14px;
    margin: 1%;
    border-radius: 5px;
    color: #999;
}
.gwlw_bd .bd .yb {
    width: 98%;
}
.gwlw_bd .tj_btn {
    width: 140px;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    background: #b4040d;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    outline: none;
    border: none;
    cursor: pointer
}
.gwlw_bd .tj_btn:hover {
    opacity: 0.85;
}
.BMap_Marker {
    background: url(http://aiyu-web.com/images/map2.png)!important;/*可以选择图片map1.png或者map2.png*/
}
.BMap_Marker div {
    display: none
}
